Type alias DelegateInputSigner

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

Type declaration

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

Generated using TypeDoc