Sha256: 7cc3d83973a1c320e90b63b507f9ae67f6383ad36c3faa6dafabcafdbeb9b69e

Contents?: true

Size: 426 Bytes

Versions: 1

Compression:

Stored size: 426 Bytes

Contents

syntax = "proto3";
package waves;
option java_package = "com.wavesplatform.protobuf.transaction";
option csharp_namespace = "Waves";
option go_package = "github.com/wavesplatform/gowaves/pkg/grpc/generated/waves";

message Recipient {
    oneof recipient {
        // First 20 bytes of the result of the Keccak256(Blake2b256(publicKey)) hashing function.
        bytes public_key_hash = 1;
        string alias = 2;
    };
};

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
waves_lib-0.1.0 js/node_modules/@waves/protobuf-serialization/proto/waves/recipient.proto