Type alias SPLTransferHistoryResponse

SPLTransferHistoryResponse: {
    blockTime: number;
    confirmationStatus: string;
    err: null | any;
    memo: null | string;
    signature: string;
    slot: number;
}

Type declaration

  • blockTime: number
  • confirmationStatus: string
  • err: null | any
  • memo: null | string
  • signature: string
  • slot: number

Generated using TypeDoc