File size: 182 Bytes
1e92f2d
 
 
 
 
 
 
1
2
3
4
5
6
7
8
export function createDomainObject( status ) {
	return {
		locked: status.locked,
		pendingTransfer: status.pending_transfer,
		transferProhibited: status.transfer_prohibited,
	};
}