@sentio/sdk
    Preparing search index...

    Type Alias FuelTransfer

    type FuelTransfer = {
        from: { address: string; amount: bigint; assetId: string }[];
        to: { address: string; amount: bigint; assetId: string }[];
    }
    Index

    Properties

    Properties

    from: { address: string; amount: bigint; assetId: string }[]
    to: { address: string; amount: bigint; assetId: string }[]