@sentio/sdk
    Preparing search index...

    Interface ActionRequest<T0>

    interface ActionRequest<T0> {
        amount: bigint;
        approvals: _0x2.vec_set.VecSet<_0x1.type_name.TypeName>;
        name: string;
        recipient: _0x1.option.Option<string>;
        sender: string;
        spent_balance: _0x1.option.Option<bigint>;
    }

    Type Parameters

    • T0
    Index

    Properties

    amount: bigint
    name: string
    recipient: _0x1.option.Option<string>
    sender: string
    spent_balance: _0x1.option.Option<bigint>