DeploySACWithAssetOp constructor Null safety
- Asset _asset,
- {XdrLedgerFootprint? footprint}
Implementation
DeploySACWithAssetOp(this._asset,
{XdrLedgerFootprint? footprint})
: super(XdrHostFunctionType.HOST_FUNCTION_TYPE_CREATE_CONTRACT,
footprint: footprint);