Interface SpsFundOperation

Generic operation.

interface SpsFundOperation {
    0: "sps_fund";
    1: {
        additional_funds: string | Asset;
    };
}

Hierarchy (view full)

Properties

0 1

Properties

0
1: {
    additional_funds: string | Asset;
}