TransferPolicy: {
    balance: string;
    id: string;
    owner: ObjectOwner;
    rules: string[];
    type: string;
}

The TransferPolicy object

Type declaration

  • balance: string
  • id: string
  • owner: ObjectOwner
  • rules: string[]
  • type: string