Type alias TokenDelegateInput<T>

TokenDelegateInput<T>: {
    owner: PublicKey;
    delegate: T;
    type: "StandardV1" | "TransferV1" | "LockedTransferV1" | "SaleV1" | "UtilityV1" | "StakingV1";
    token?: undefined | PublicKey;
}

Type Parameters

Type declaration

  • owner: PublicKey
  • delegate: T
  • type: "StandardV1" | "TransferV1" | "LockedTransferV1" | "SaleV1" | "UtilityV1" | "StakingV1"
  • Optional token?: undefined | PublicKey

Generated using TypeDoc