@sentio/sdk
    Preparing search index...

    Interface Withdraw<T0>

    interface Withdraw<T0> {
        account: string;
        amount: bigint;
    }

    Type Parameters

    • T0
    Index

    Properties

    Properties

    account: string
    amount: bigint