Typeberry by Fluffy Labs - v0.4.0
    Preparing search index...
    Index

    Properties

    amount: U64

    a: transfer amount

    destination: number & WithBytesRepresentation<4> & pvm.WithOpaque<
        "ServiceId[u32]",
    >

    d: receiving service

    gas: bigint & WithBytesRepresentation<8> & pvm.WithOpaque<"ServiceGas[u64]">

    g: gas allowance for the transfer

    memo: Bytes<128>

    m: arbitrary bytes sent alongside the transfer (memo)

    source: number & WithBytesRepresentation<4> & pvm.WithOpaque<"ServiceId[u32]">

    s: sending service

    Codec: Descriptor<
        jam_host_calls.PendingTransfer,
        ViewOf<
            jam_host_calls.PendingTransfer,
            {
                amount: Descriptor<U64, Bytes<8>>;
                destination: Descriptor<
                    number & WithBytesRepresentation<4> & pvm.WithOpaque<
                        "ServiceId[u32]",
                    >,
                    Bytes<4>,
                >;
                gas: Descriptor<
                    bigint & WithBytesRepresentation<8> & pvm.WithOpaque<
                        "ServiceGas[u64]",
                    >,
                    Bytes<8>,
                >;
                memo: Descriptor<Bytes<128>, Bytes<128>>;
                source: Descriptor<
                    number & WithBytesRepresentation<4> & pvm.WithOpaque<
                        "ServiceId[u32]",
                    >,
                    Bytes<4>,
                >;
            },
        >,
    > = ...

    Methods