copyWith method

NativeScriptScriptPubkey copyWith({
  1. Ed25519KeyHash? addressKeyHash,
})

Implementation

NativeScriptScriptPubkey copyWith({Ed25519KeyHash? addressKeyHash}) {
  return NativeScriptScriptPubkey(addressKeyHash ?? this.addressKeyHash);
}