UNPKG

@openzeppelin/relayer-sdk

Version:
49 lines (48 loc) 978 B
/** * OpenZeppelin Relayer API * OpenZeppelin Relayer API * * The version of the OpenAPI document: 1.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @interface TransferTransactionResult */ export interface TransferTransactionResult { /** * * @type {string} * @memberof TransferTransactionResult */ 'fee_in_lamports': string; /** * * @type {string} * @memberof TransferTransactionResult */ 'fee_in_spl': string; /** * * @type {string} * @memberof TransferTransactionResult */ 'fee_token': string; /** * * @type {string} * @memberof TransferTransactionResult */ 'transaction': string; /** * * @type {number} * @memberof TransferTransactionResult */ 'valid_until_blockheight': number; }