interface Value {
    ada: {
        lovelace: bigint;
    };
    [k: string]: {
        [k: string]: AssetQuantity;
    };
}

Indexable

Properties

Properties

ada: {
    lovelace: bigint;
}