interface TokenInfoResponse {
    address: string;
    asset: string;
    burnerCodeHash: string;
    confirmed: boolean;
    details?: TokenDetails;
    isExternal: boolean;
}

Properties

address: string
asset: string
burnerCodeHash: string
confirmed: boolean
details?: TokenDetails
isExternal: boolean

Generated using TypeDoc