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

    Properties

    amount: U64

    a: transfer amount

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

    d: receiving service

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

    g: gas allowance for the transfer

    memo: Bytes<128>

    m: arbitrary bytes sent alongside the transfer (memo)

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

    s: sending service

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

    Methods