Type alias AirdropTokenResponse

AirdropTokenResponse: {
    encoded_transaction: string[];
    signer: string;
}

Type declaration

  • encoded_transaction: string[]
  • signer: string

Generated using TypeDoc