interface ValueAdaOnly {
    ada: {
        lovelace: bigint;
    };
}

Properties

Properties

ada: {
    lovelace: bigint;
}