Type alias DelegateInputSigner

DelegateInputSigner: {
    type: "CollectionV1" | "UpdateV1" | "ProgrammableConfigV1" | "StandardV1" | "TransferV1" | "LockedTransferV1" | "SaleV1" | "UtilityV1" | "StakingV1";
    delegate: Signer;
}

Type declaration

  • type: "CollectionV1" | "UpdateV1" | "ProgrammableConfigV1" | "StandardV1" | "TransferV1" | "LockedTransferV1" | "SaleV1" | "UtilityV1" | "StakingV1"
  • delegate: Signer

Generated using TypeDoc