@aleph-sdk/monorepo
    Preparing search index...

    Type Alias ChainBalance

    type ChainBalance = {
        address: string;
        balance: number;
        chain: string;
    }
    Index

    Properties

    Properties

    address: string
    balance: number
    chain: string